Incident 
EntityType  Independent 
Logical Entity Name  Incident 
Default Table Name  cmIncident 
Logical Only  NO 
Definition 
 
Note 
 

Incident Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
Id(PK)    INTEGER  NO 
 
IncidentTitle    VARCHAR(100)  NO 
 
IncidentTypeId(FK)    INTEGER  NO 
 
TaskTemplateId(FK)    INTEGER  YES 
 
LocationType    INTEGER  NO 
 
StudentServicesLocationId(FK)    INTEGER  YES 
 
IncidentDate    DATETIME  YES 
 
IncidentTime    DATETIME  YES 
 
Description    VARCHAR(5000)  YES 
 
IsActive    BIT  NO 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
CampusId(FK)    INTEGER  YES 
 
HousingBuildingId(FK)    INTEGER  YES 
 
Location    CHAR(1)  YES 
 
IncidentTypeId(FK)    INTEGER  YES 
 

Incident Keys 
Key Name  Key Type  Keys 
CmIncident_HsBuildingID_N_N_IDX  Inversion Entry  HousingBuildingId 
PK_cmIncident_cmIncidentID  PrimaryKey  Id 
cmIncident_CmIncidentTypeID_N_N_IDX  Inversion Entry  IncidentTypeId 
cmIncident_UserID_N_N_IDX  Inversion Entry  LastModifiedUserId 
cmIncident_SyCampusID_N_N_IDX  Inversion Entry  CampusId 

Incident Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
Campus  Non-Identifying  Zero or One to Zero or More        CampusId  NO 
IncidentType  Non-Identifying  One To Zero or More        IncidentTypeId  NO 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
HousingBuilding  Non-Identifying  Zero or One to Zero or More        HousingBuildingId  NO 
Campus  Non-Identifying  Zero or One to Zero or More        CampusId  NO 
HousingBuilding  Non-Identifying  Zero or One to Zero or More        HousingBuildingId  NO 
IncidentType  Non-Identifying  Zero or One to Zero or More        IncidentTypeId  NO 
StudentServicesLocation  Non-Identifying  Zero or One to Zero or More        StudentServicesLocationId  NO 
TaskTemplate  Non-Identifying  Zero or One to Zero or More        TaskTemplateId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
CmEventIncident  Non-Identifying  One To Zero or More          NO 
IncidentAdditionalDetail  Non-Identifying  One To Zero or More          NO 
IncidentGeneralPublicPerson  Non-Identifying  One To Zero or More          NO 
IncidentStaffPerson  Non-Identifying  One To Zero or More          NO 
IncidentStudent  Non-Identifying  One To Zero or More          NO 
IncidentAdditionalDetail  Non-Identifying  One To Zero or More          NO 
IncidentGeneralPublicPerson  Non-Identifying  One To Zero or More          NO 
IncidentStaffPerson  Non-Identifying  One To Zero or More          NO 
IncidentStudent  Non-Identifying  One To Zero or More          NO 

Incident Check Constraints 
Check Constraint Name  CheckConstraint